Revealjs for Presentation
A quick guide
Reveal.J.S
Reveal.j.s is an open source HTML presentation frame-work. It requires only a web browser for fully featured presentation and Can be easily shared as a standalone webpage
Creating Slides
Title Slide
Automatically Created from YAML
Individual slides
They are marked with # or ## and the slides are delineated using headings.
Incremental Points
:::{.incremental}
- This comes first
- This second
:::This comes first
This second
Columns
:::{.columns}
This is outside the column, may be heading
:::{.column .fragment .width="50%"}
content 1
:::
::: {.column .fragment}
content 2
:::
This is outside the column, again a legent
or something like that .incremental works only with list
:::
#The .fragment span style helps to achieve
sequencial appearance, just like .incremental in list.This is outside the column, may be heading
content 1
content 2
This is outside the column, again a legent or something like that
Footnote and Speaker notes
:::aside
for footnote
:::::: notes
for speaker notes.
:::
Hit `s` to reveal speaker notesThis is a footnote
This is a speaker note
Font colour
Go to visual editor in r


Tabsets
::: {.panel-tabset}
### Tab A
content
### Tab B
others
:::Tabsets
content
others
Pause
content before
. . .
Content aftercontent before
. . .
Content after